lantiq: fix vmmc driver build warnings
authorShiji Yang <[email protected]>
Thu, 8 May 2025 13:44:19 +0000 (21:44 +0800)
committerDaniel Golle <[email protected]>
Fri, 18 Jul 2025 11:30:59 +0000 (12:30 +0100)
commitdd0c83575f6adeaaec376c72154f1a8006ca7ef8
treef42a493c112c67ca6780c102e18741cdc8e62d05
parent988133846d61e12d2de8d346474ee29eb3f156bd
lantiq: fix vmmc driver build warnings

This patch fixes the following build warnings:

arch/mips/lantiq/xway/vmmc.c:31:14: error: no previous prototype for 'ltq_get_mps_ad0_irq' [-Werror=missing-prototypes]
   31 | unsigned int ltq_get_mps_ad0_irq(void)
      |              ^~~~~~~~~~~~~~~~~~~
arch/mips/lantiq/xway/vmmc.c:40:14: error: no previous prototype for 'ltq_get_mps_ad1_irq' [-Werror=missing-prototypes]
   40 | unsigned int ltq_get_mps_ad1_irq(void)
      |              ^~~~~~~~~~~~~~~~~~~
arch/mips/lantiq/xway/vmmc.c:49:14: error: no previous prototype for 'ltq_get_mps_vc_irq' [-Werror=missing-prototypes]
   49 | unsigned int ltq_get_mps_vc_irq(int idx)
      |              ^~~~~~~~~~~~~~~~~~

Signed-off-by: Shiji Yang <[email protected]>
target/linux/lantiq/patches-6.6/0200-MIPS-lantiq-xway-vmmc-use-platform_get_irq-to-get-ir.patch